With this operator, no range check is performed. Use bitset::test to read the value with bitset bounds checked.
Parameters
- pos
- Order position of the bit whose value is accessed.
Order positions are counted from the rightmost bit, which is order position 0.
size_t is an unsigned integral type.
Return value
*thisExample
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
|
See also
| bitset::bitset | Construct bitset (public member function) |
